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