is not current version
Last Version 1.11

com.github.blasd.apex:apex-core 1.5


GroupId

GroupId

com.github.blasd.apex
ArtifactId

ArtifactId

apex-core
Version

Version

1.5
Type

Type

pom

Download apex-core 1.5

Filename Size
apex-core-1.5.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.blasd.apex/apex-core/ -->
<dependency>
    <groupId>com.github.blasd.apex</groupId>
    <artifactId>apex-core</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.blasd.apex/apex-core/
implementation 'com.github.blasd.apex:apex-core:1.5'
// https://jarcasting.com/artifacts/com.github.blasd.apex/apex-core/
implementation ("com.github.blasd.apex:apex-core:1.5")
'com.github.blasd.apex:apex-core:pom:1.5'
<dependency org="com.github.blasd.apex" name="apex-core" rev="1.5">
  <artifact name="apex-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.blasd.apex', module='apex-core', version='1.5')
)
libraryDependencies += "com.github.blasd.apex" % "apex-core" % "1.5"
[com.github.blasd.apex/apex-core "1.5"]