GroupId | GroupIdorg.no-hope |
---|---|
ArtifactId | ArtifactIdapptools |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
apptools-0.1.3.pom | |
apptools-0.1.3.jar | 6 KB |
apptools-0.1.3-sources.jar | 2 KB |
apptools-0.1.3-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.no-hope/apptools/ -->
<dependency>
<groupId>org.no-hope</groupId>
<artifactId>apptools</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/apptools/
implementation 'org.no-hope:apptools:0.1.3'
// https://jarcasting.com/artifacts/org.no-hope/apptools/
implementation ("org.no-hope:apptools:0.1.3")
'org.no-hope:apptools:jar:0.1.3'
<dependency org="org.no-hope" name="apptools" rev="0.1.3">
<artifact name="apptools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='apptools', version='0.1.3')
)
libraryDependencies += "org.no-hope" % "apptools" % "0.1.3"
[org.no-hope/apptools "0.1.3"]