GroupId | GroupIdorg.realityforge.sting |
---|---|
ArtifactId | ArtifactIdsting-core |
Version | Version0.07 |
Type | Typejar |
Filename | Size |
---|---|
sting-core-0.07.pom | |
sting-core-0.07.jar | 16 KB |
sting-core-0.07-sources.jar | 7 KB |
sting-core-0.07-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.sting/sting-core/ -->
<dependency>
<groupId>org.realityforge.sting</groupId>
<artifactId>sting-core</artifactId>
<version>0.07</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.sting/sting-core/
implementation 'org.realityforge.sting:sting-core:0.07'
// https://jarcasting.com/artifacts/org.realityforge.sting/sting-core/
implementation ("org.realityforge.sting:sting-core:0.07")
'org.realityforge.sting:sting-core:jar:0.07'
<dependency org="org.realityforge.sting" name="sting-core" rev="0.07">
<artifact name="sting-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.sting', module='sting-core', version='0.07')
)
libraryDependencies += "org.realityforge.sting" % "sting-core" % "0.07"
[org.realityforge.sting/sting-core "0.07"]