License |
License |
---|---|
Categories |
CategoriesJava Languages Maven Build Tools |
GroupId | GroupIdcom.github.kynthus |
ArtifactId | ArtifactIdmaven-java-proj |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhtnscala
Published project for academic on my own.
|
Filename | Size |
---|---|
maven-java-proj-1.0.0.pom | |
maven-java-proj-1.0.0.jar | 2 KB |
maven-java-proj-1.0.0-sources.jar | 651 bytes |
maven-java-proj-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kynthus/maven-java-proj/ -->
<dependency>
<groupId>com.github.kynthus</groupId>
<artifactId>maven-java-proj</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kynthus/maven-java-proj/
implementation 'com.github.kynthus:maven-java-proj:1.0.0'
// https://jarcasting.com/artifacts/com.github.kynthus/maven-java-proj/
implementation ("com.github.kynthus:maven-java-proj:1.0.0")
'com.github.kynthus:maven-java-proj:jar:1.0.0'
<dependency org="com.github.kynthus" name="maven-java-proj" rev="1.0.0">
<artifact name="maven-java-proj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kynthus', module='maven-java-proj', version='1.0.0')
)
libraryDependencies += "com.github.kynthus" % "maven-java-proj" % "1.0.0"
[com.github.kynthus/maven-java-proj "1.0.0"]