GroupId | GroupIdorg.litesoft |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
annotations-1.0.2.pom | |
annotations-1.0.2.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.litesoft/annotations/ -->
<dependency>
<groupId>org.litesoft</groupId>
<artifactId>annotations</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.litesoft/annotations/
implementation 'org.litesoft:annotations:1.0.2'
// https://jarcasting.com/artifacts/org.litesoft/annotations/
implementation ("org.litesoft:annotations:1.0.2")
'org.litesoft:annotations:jar:1.0.2'
<dependency org="org.litesoft" name="annotations" rev="1.0.2">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.litesoft', module='annotations', version='1.0.2')
)
libraryDependencies += "org.litesoft" % "annotations" % "1.0.2"
[org.litesoft/annotations "1.0.2"]