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