Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.dividezero |
ArtifactId | ArtifactIdstubby-standalone_2.10 |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
stubby-standalone_2.10-1.1.pom | |
stubby-standalone_2.10-1.1.jar | 60 KB |
stubby-standalone_2.10-1.1-sources.jar | 9 KB |
stubby-standalone_2.10-1.1-javadoc.jar | 377 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dividezero/stubby-standalone_2.10/ -->
<dependency>
<groupId>com.dividezero</groupId>
<artifactId>stubby-standalone_2.10</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dividezero/stubby-standalone_2.10/
implementation 'com.dividezero:stubby-standalone_2.10:1.1'
// https://jarcasting.com/artifacts/com.dividezero/stubby-standalone_2.10/
implementation ("com.dividezero:stubby-standalone_2.10:1.1")
'com.dividezero:stubby-standalone_2.10:jar:1.1'
<dependency org="com.dividezero" name="stubby-standalone_2.10" rev="1.1">
<artifact name="stubby-standalone_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dividezero', module='stubby-standalone_2.10', version='1.1')
)
libraryDependencies += "com.dividezero" % "stubby-standalone_2.10" % "1.1"
[com.dividezero/stubby-standalone_2.10 "1.1"]