Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jporm |
ArtifactId | ArtifactIdjpo-commons-annotation |
Version | Version8.6.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jporm/jpo-commons-annotation/ -->
<dependency>
<groupId>com.jporm</groupId>
<artifactId>jpo-commons-annotation</artifactId>
<version>8.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jporm/jpo-commons-annotation/
implementation 'com.jporm:jpo-commons-annotation:8.6.4'
// https://jarcasting.com/artifacts/com.jporm/jpo-commons-annotation/
implementation ("com.jporm:jpo-commons-annotation:8.6.4")
'com.jporm:jpo-commons-annotation:jar:8.6.4'
<dependency org="com.jporm" name="jpo-commons-annotation" rev="8.6.4">
<artifact name="jpo-commons-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jporm', module='jpo-commons-annotation', version='8.6.4')
)
libraryDependencies += "com.jporm" % "jpo-commons-annotation" % "8.6.4"
[com.jporm/jpo-commons-annotation "8.6.4"]