GroupId | GroupIdorg.sonatype.grrrowl |
---|---|
ArtifactId | ArtifactIdgrrrowl |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
grrrowl-1.0.pom | |
grrrowl-1.0.jar | 17 KB |
grrrowl-1.0-sources.jar | 15 KB |
grrrowl-1.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.grrrowl/grrrowl/ -->
<dependency>
<groupId>org.sonatype.grrrowl</groupId>
<artifactId>grrrowl</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.grrrowl/grrrowl/
implementation 'org.sonatype.grrrowl:grrrowl:1.0'
// https://jarcasting.com/artifacts/org.sonatype.grrrowl/grrrowl/
implementation ("org.sonatype.grrrowl:grrrowl:1.0")
'org.sonatype.grrrowl:grrrowl:jar:1.0'
<dependency org="org.sonatype.grrrowl" name="grrrowl" rev="1.0">
<artifact name="grrrowl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.grrrowl', module='grrrowl', version='1.0')
)
libraryDependencies += "org.sonatype.grrrowl" % "grrrowl" % "1.0"
[org.sonatype.grrrowl/grrrowl "1.0"]