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