GroupId | GroupIdcom.outegret |
---|---|
ArtifactId | ArtifactIdscene-store |
Version | Version1.0.8.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
scene-store-1.0.8.RELEASE.pom | |
scene-store-1.0.8.RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.outegret/scene-store/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>scene-store</artifactId>
<version>1.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/scene-store/
implementation 'com.outegret:scene-store:1.0.8.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/scene-store/
implementation ("com.outegret:scene-store:1.0.8.RELEASE")
'com.outegret:scene-store:jar:1.0.8.RELEASE'
<dependency org="com.outegret" name="scene-store" rev="1.0.8.RELEASE">
<artifact name="scene-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='scene-store', version='1.0.8.RELEASE')
)
libraryDependencies += "com.outegret" % "scene-store" % "1.0.8.RELEASE"
[com.outegret/scene-store "1.0.8.RELEASE"]