Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d993848

Browse files
committed
project setup
1 parent 00e2708 commit d993848

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

‎.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
# BlueJ files
88
*.ctxt
99

10+
.idea/
11+
*.iml
12+
target/
13+
1014
# Mobile Tools for Java (J2ME)
1115
.mtj.tmp/
1216

‎pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<groupId>com.github.chen0040</groupId>
8+
<artifactId>java-text-embedding</artifactId>
9+
<version>1.0.1</version>
10+
11+
12+
13+
</project>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /