Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.tsl2nano |
ArtifactId | ArtifactIdtsl2.nano.repeatable |
Version | Version2.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.tsl2nano/tsl2.nano.repeatable/ -->
<dependency>
<groupId>net.sf.tsl2nano</groupId>
<artifactId>tsl2.nano.repeatable</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tsl2nano/tsl2.nano.repeatable/
implementation 'net.sf.tsl2nano:tsl2.nano.repeatable:2.1.3'
// https://jarcasting.com/artifacts/net.sf.tsl2nano/tsl2.nano.repeatable/
implementation ("net.sf.tsl2nano:tsl2.nano.repeatable:2.1.3")
'net.sf.tsl2nano:tsl2.nano.repeatable:jar:2.1.3'
<dependency org="net.sf.tsl2nano" name="tsl2.nano.repeatable" rev="2.1.3">
<artifact name="tsl2.nano.repeatable" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tsl2nano', module='tsl2.nano.repeatable', version='2.1.3')
)
libraryDependencies += "net.sf.tsl2nano" % "tsl2.nano.repeatable" % "2.1.3"
[net.sf.tsl2nano/tsl2.nano.repeatable "2.1.3"]