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