License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Doma Data ORM |
GroupId | GroupIdorg.glassfish.main.admin |
ArtifactId | ArtifactIdnucleus-domain |
Version | Version7.0.0-M1 |
Type | Typejar |
Description |
DescriptionNucleus template
This pom describes how to create jar template
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
nucleus-domain-7.0.0-M1.pom | |
nucleus-domain-7.0.0-M1.jar | 33 KB |
nucleus-domain-7.0.0-M1-sources.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.admin/nucleus-domain/ -->
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>7.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.admin/nucleus-domain/
implementation 'org.glassfish.main.admin:nucleus-domain:7.0.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.main.admin/nucleus-domain/
implementation ("org.glassfish.main.admin:nucleus-domain:7.0.0-M1")
'org.glassfish.main.admin:nucleus-domain:jar:7.0.0-M1'
<dependency org="org.glassfish.main.admin" name="nucleus-domain" rev="7.0.0-M1">
<artifact name="nucleus-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.admin', module='nucleus-domain', version='7.0.0-M1')
)
libraryDependencies += "org.glassfish.main.admin" % "nucleus-domain" % "7.0.0-M1"
[org.glassfish.main.admin/nucleus-domain "7.0.0-M1"]