GroupId | GroupIdcom.github.hammelion |
---|---|
ArtifactId | ArtifactIdjraml |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
jraml-0.2.2.pom | |
jraml-0.2.2.jar | 17 KB |
jraml-0.2.2-sources.jar | 8 KB |
jraml-0.2.2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hammelion/jraml/ -->
<dependency>
<groupId>com.github.hammelion</groupId>
<artifactId>jraml</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hammelion/jraml/
implementation 'com.github.hammelion:jraml:0.2.2'
// https://jarcasting.com/artifacts/com.github.hammelion/jraml/
implementation ("com.github.hammelion:jraml:0.2.2")
'com.github.hammelion:jraml:jar:0.2.2'
<dependency org="com.github.hammelion" name="jraml" rev="0.2.2">
<artifact name="jraml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hammelion', module='jraml', version='0.2.2')
)
libraryDependencies += "com.github.hammelion" % "jraml" % "0.2.2"
[com.github.hammelion/jraml "0.2.2"]