esoe
2 years ago
3 changed files with 27 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
||||||
|
http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
||||||
|
|
||||||
|
<modelVersion>4.0.0</modelVersion> |
||||||
|
|
||||||
|
<!-- base-spider info --> |
||||||
|
<groupId>ru.molokoin</groupId> |
||||||
|
<artifactId>base-spider</artifactId> |
||||||
|
<packaging>jar</packaging> |
||||||
|
<version>1.0</version> |
||||||
|
<properties> |
||||||
|
<maven.compiler.source>11</maven.compiler.source> |
||||||
|
<maven.compiler.target>11</maven.compiler.target> |
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
||||||
|
</properties> |
||||||
|
<dependencies> |
||||||
|
</dependencies> |
||||||
|
</project> |
@ -0,0 +1,6 @@ |
|||||||
|
package ru.molokoin; |
||||||
|
public class Runner { |
||||||
|
public static void main(String[] args) { |
||||||
|
System.out.println("Запущена программа base-spider.Runner"); |
||||||
|
} |
||||||
|
} |
Binary file not shown.
Loading…
Reference in new issue