GroupId | GroupIdcom.sdl.lt |
---|---|
ArtifactId | ArtifactIdTesty |
Version | Version1.7.14 |
Type | Typejar |
Filename | Size |
---|---|
Testy-1.7.14.pom | |
Testy-1.7.14.jar | 204 KB |
Testy-1.7.14-sources.jar | 119 KB |
Testy-1.7.14-javadoc.jar | 985 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdl.lt/Testy/ -->
<dependency>
<groupId>com.sdl.lt</groupId>
<artifactId>Testy</artifactId>
<version>1.7.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.lt/Testy/
implementation 'com.sdl.lt:Testy:1.7.14'
// https://jarcasting.com/artifacts/com.sdl.lt/Testy/
implementation ("com.sdl.lt:Testy:1.7.14")
'com.sdl.lt:Testy:jar:1.7.14'
<dependency org="com.sdl.lt" name="Testy" rev="1.7.14">
<artifact name="Testy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.lt', module='Testy', version='1.7.14')
)
libraryDependencies += "com.sdl.lt" % "Testy" % "1.7.14"
[com.sdl.lt/Testy "1.7.14"]