GroupId | GroupIdcom.sporniket.core |
---|---|
ArtifactId | ArtifactIdsporniket-core-strings |
Version | Version19.02.00 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sporniket.core/sporniket-core-strings/ -->
<dependency>
<groupId>com.sporniket.core</groupId>
<artifactId>sporniket-core-strings</artifactId>
<version>19.02.00</version>
</dependency>
// https://jarcasting.com/artifacts/com.sporniket.core/sporniket-core-strings/
implementation 'com.sporniket.core:sporniket-core-strings:19.02.00'
// https://jarcasting.com/artifacts/com.sporniket.core/sporniket-core-strings/
implementation ("com.sporniket.core:sporniket-core-strings:19.02.00")
'com.sporniket.core:sporniket-core-strings:jar:19.02.00'
<dependency org="com.sporniket.core" name="sporniket-core-strings" rev="19.02.00">
<artifact name="sporniket-core-strings" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sporniket.core', module='sporniket-core-strings', version='19.02.00')
)
libraryDependencies += "com.sporniket.core" % "sporniket-core-strings" % "19.02.00"
[com.sporniket.core/sporniket-core-strings "19.02.00"]