Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.hermod |
ArtifactId | ArtifactIdhermod-java-parent |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
hermod-java-parent-0.0.3.pom | 22 KB |
hermod-java-parent-0.0.3-tests.jar | 5 KB |
hermod-java-parent-0.0.3-site.xml | 794 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hermod/hermod-java-parent/ -->
<dependency>
<groupId>com.github.hermod</groupId>
<artifactId>hermod-java-parent</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hermod/hermod-java-parent/
implementation 'com.github.hermod:hermod-java-parent:0.0.3'
// https://jarcasting.com/artifacts/com.github.hermod/hermod-java-parent/
implementation ("com.github.hermod:hermod-java-parent:0.0.3")
'com.github.hermod:hermod-java-parent:jar:0.0.3'
<dependency org="com.github.hermod" name="hermod-java-parent" rev="0.0.3">
<artifact name="hermod-java-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hermod', module='hermod-java-parent', version='0.0.3')
)
libraryDependencies += "com.github.hermod" % "hermod-java-parent" % "0.0.3"
[com.github.hermod/hermod-java-parent "0.0.3"]