GroupId | GroupIdcom.axiastudio |
---|---|
ArtifactId | ArtifactIdzoefx-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
zoefx-core-0.2.0.pom | |
zoefx-core-0.2.0.jar | 22 KB |
zoefx-core-0.2.0-sources.jar | 39 KB |
zoefx-core-0.2.0-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.axiastudio/zoefx-core/ -->
<dependency>
<groupId>com.axiastudio</groupId>
<artifactId>zoefx-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.axiastudio/zoefx-core/
implementation 'com.axiastudio:zoefx-core:0.2.0'
// https://jarcasting.com/artifacts/com.axiastudio/zoefx-core/
implementation ("com.axiastudio:zoefx-core:0.2.0")
'com.axiastudio:zoefx-core:jar:0.2.0'
<dependency org="com.axiastudio" name="zoefx-core" rev="0.2.0">
<artifact name="zoefx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axiastudio', module='zoefx-core', version='0.2.0')
)
libraryDependencies += "com.axiastudio" % "zoefx-core" % "0.2.0"
[com.axiastudio/zoefx-core "0.2.0"]