GroupId | GroupIdcom.develhack |
---|---|
ArtifactId | ArtifactIdabbreviator |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
abbreviator-0.1.1.pom | |
abbreviator-0.1.1.jar | 19 KB |
abbreviator-0.1.1-sources.jar | 12 KB |
abbreviator-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.develhack/abbreviator/ -->
<dependency>
<groupId>com.develhack</groupId>
<artifactId>abbreviator</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.develhack/abbreviator/
implementation 'com.develhack:abbreviator:0.1.1'
// https://jarcasting.com/artifacts/com.develhack/abbreviator/
implementation ("com.develhack:abbreviator:0.1.1")
'com.develhack:abbreviator:jar:0.1.1'
<dependency org="com.develhack" name="abbreviator" rev="0.1.1">
<artifact name="abbreviator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.develhack', module='abbreviator', version='0.1.1')
)
libraryDependencies += "com.develhack" % "abbreviator" % "0.1.1"
[com.develhack/abbreviator "0.1.1"]