Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.alantea |
ArtifactId | ArtifactIdstorex |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
storex-0.0.3.pom | |
storex-0.0.3.jar | 24 KB |
storex-0.0.3-sources.jar | 14 KB |
storex-0.0.3-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.alantea/storex/ -->
<dependency>
<groupId>net.alantea</groupId>
<artifactId>storex</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.alantea/storex/
implementation 'net.alantea:storex:0.0.3'
// https://jarcasting.com/artifacts/net.alantea/storex/
implementation ("net.alantea:storex:0.0.3")
'net.alantea:storex:jar:0.0.3'
<dependency org="net.alantea" name="storex" rev="0.0.3">
<artifact name="storex" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.alantea', module='storex', version='0.0.3')
)
libraryDependencies += "net.alantea" % "storex" % "0.0.3"
[net.alantea/storex "0.0.3"]