Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.hermod |
ArtifactId | ArtifactIdhermod-java-ser-api |
Version | Version0.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hermod/hermod-java-ser-api/ -->
<dependency>
<groupId>com.github.hermod</groupId>
<artifactId>hermod-java-ser-api</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hermod/hermod-java-ser-api/
implementation 'com.github.hermod:hermod-java-ser-api:0.0.4'
// https://jarcasting.com/artifacts/com.github.hermod/hermod-java-ser-api/
implementation ("com.github.hermod:hermod-java-ser-api:0.0.4")
'com.github.hermod:hermod-java-ser-api:jar:0.0.4'
<dependency org="com.github.hermod" name="hermod-java-ser-api" rev="0.0.4">
<artifact name="hermod-java-ser-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hermod', module='hermod-java-ser-api', version='0.0.4')
)
libraryDependencies += "com.github.hermod" % "hermod-java-ser-api" % "0.0.4"
[com.github.hermod/hermod-java-ser-api "0.0.4"]