GroupId | GroupIdcom.github.cycladessoa |
---|---|
ArtifactId | ArtifactIdengine |
Version | Version1.0.0.26 |
Type | Typejar |
Filename | Size |
---|---|
engine-1.0.0.26.pom | |
engine-1.0.0.26.jar | 259 KB |
engine-1.0.0.26-sources.jar | 235 KB |
engine-1.0.0.26-javadoc.jar | 499 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cycladessoa/engine/ -->
<dependency>
<groupId>com.github.cycladessoa</groupId>
<artifactId>engine</artifactId>
<version>1.0.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cycladessoa/engine/
implementation 'com.github.cycladessoa:engine:1.0.0.26'
// https://jarcasting.com/artifacts/com.github.cycladessoa/engine/
implementation ("com.github.cycladessoa:engine:1.0.0.26")
'com.github.cycladessoa:engine:jar:1.0.0.26'
<dependency org="com.github.cycladessoa" name="engine" rev="1.0.0.26">
<artifact name="engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cycladessoa', module='engine', version='1.0.0.26')
)
libraryDependencies += "com.github.cycladessoa" % "engine" % "1.0.0.26"
[com.github.cycladessoa/engine "1.0.0.26"]