Categories |
CategoriesActiveJ User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.activejpa |
ArtifactId | ArtifactIdactivejpa-sphere |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
activejpa-sphere-1.0.1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.activejpa/activejpa-sphere/ -->
<dependency>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-sphere</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.activejpa/activejpa-sphere/
implementation 'org.activejpa:activejpa-sphere:1.0.1'
// https://jarcasting.com/artifacts/org.activejpa/activejpa-sphere/
implementation ("org.activejpa:activejpa-sphere:1.0.1")
'org.activejpa:activejpa-sphere:pom:1.0.1'
<dependency org="org.activejpa" name="activejpa-sphere" rev="1.0.1">
<artifact name="activejpa-sphere" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.activejpa', module='activejpa-sphere', version='1.0.1')
)
libraryDependencies += "org.activejpa" % "activejpa-sphere" % "1.0.1"
[org.activejpa/activejpa-sphere "1.0.1"]