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