Categories |
CategoriesAnt Build Tools Data |
---|---|
GroupId | GroupIdcom.mantledillusion.data |
ArtifactId | ArtifactIdsaman |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
saman-1.0.0.pom | |
saman-1.0.0.jar | 17 KB |
saman-1.0.0-sources.jar | 14 KB |
saman-1.0.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.data/saman/ -->
<dependency>
<groupId>com.mantledillusion.data</groupId>
<artifactId>saman</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.data/saman/
implementation 'com.mantledillusion.data:saman:1.0.0'
// https://jarcasting.com/artifacts/com.mantledillusion.data/saman/
implementation ("com.mantledillusion.data:saman:1.0.0")
'com.mantledillusion.data:saman:jar:1.0.0'
<dependency org="com.mantledillusion.data" name="saman" rev="1.0.0">
<artifact name="saman" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.data', module='saman', version='1.0.0')
)
libraryDependencies += "com.mantledillusion.data" % "saman" % "1.0.0"
[com.mantledillusion.data/saman "1.0.0"]