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