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