| GroupId | GroupIdio.github.luons.engine |
|---|---|
| ArtifactId | ArtifactIdengine-core |
| Version | Version1.0.1.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| engine-core-1.0.1.RELEASE.pom | |
| engine-core-1.0.1.RELEASE.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.luons.engine/engine-core/ -->
<dependency>
<groupId>io.github.luons.engine</groupId>
<artifactId>engine-core</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.luons.engine/engine-core/
implementation 'io.github.luons.engine:engine-core:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.luons.engine/engine-core/
implementation ("io.github.luons.engine:engine-core:1.0.1.RELEASE")
'io.github.luons.engine:engine-core:jar:1.0.1.RELEASE'
<dependency org="io.github.luons.engine" name="engine-core" rev="1.0.1.RELEASE">
<artifact name="engine-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.luons.engine', module='engine-core', version='1.0.1.RELEASE')
)
libraryDependencies += "io.github.luons.engine" % "engine-core" % "1.0.1.RELEASE"
[io.github.luons.engine/engine-core "1.0.1.RELEASE"]