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