GroupId | GroupIdcom.github.nyakto |
---|---|
ArtifactId | ArtifactIdgrom |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
grom-0.1.0.pom | |
grom-0.1.0.jar | 87 KB |
grom-0.1.0-sources.jar | 36 KB |
grom-0.1.0-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nyakto/grom/ -->
<dependency>
<groupId>com.github.nyakto</groupId>
<artifactId>grom</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nyakto/grom/
implementation 'com.github.nyakto:grom:0.1.0'
// https://jarcasting.com/artifacts/com.github.nyakto/grom/
implementation ("com.github.nyakto:grom:0.1.0")
'com.github.nyakto:grom:jar:0.1.0'
<dependency org="com.github.nyakto" name="grom" rev="0.1.0">
<artifact name="grom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nyakto', module='grom', version='0.1.0')
)
libraryDependencies += "com.github.nyakto" % "grom" % "0.1.0"
[com.github.nyakto/grom "0.1.0"]