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