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