Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.bndy |
ArtifactId | ArtifactIdftsi |
Version | Version1.0-pre |
Type | Typejar |
Filename | Size |
---|---|
ftsi-1.0-pre.pom | |
ftsi-1.0-pre.jar | 6 KB |
ftsi-1.0-pre-sources.jar | 2 KB |
ftsi-1.0-pre-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bndy/ftsi/ -->
<dependency>
<groupId>net.bndy</groupId>
<artifactId>ftsi</artifactId>
<version>1.0-pre</version>
</dependency>
// https://jarcasting.com/artifacts/net.bndy/ftsi/
implementation 'net.bndy:ftsi:1.0-pre'
// https://jarcasting.com/artifacts/net.bndy/ftsi/
implementation ("net.bndy:ftsi:1.0-pre")
'net.bndy:ftsi:jar:1.0-pre'
<dependency org="net.bndy" name="ftsi" rev="1.0-pre">
<artifact name="ftsi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bndy', module='ftsi', version='1.0-pre')
)
libraryDependencies += "net.bndy" % "ftsi" % "1.0-pre"
[net.bndy/ftsi "1.0-pre"]