| License |
License |
|---|---|
| GroupId | GroupIdse.javasoft.development |
| ArtifactId | ArtifactIdparents |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionThe parent project container 2.0.0
The base tools platform for javasoft.se development framework
|
| Filename | Size |
|---|---|
| parents-2.0.0.pom | 691 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/se.javasoft.development/parents/ -->
<dependency>
<groupId>se.javasoft.development</groupId>
<artifactId>parents</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.javasoft.development/parents/
implementation 'se.javasoft.development:parents:2.0.0'
// https://jarcasting.com/artifacts/se.javasoft.development/parents/
implementation ("se.javasoft.development:parents:2.0.0")
'se.javasoft.development:parents:pom:2.0.0'
<dependency org="se.javasoft.development" name="parents" rev="2.0.0">
<artifact name="parents" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.javasoft.development', module='parents', version='2.0.0')
)
libraryDependencies += "se.javasoft.development" % "parents" % "2.0.0"
[se.javasoft.development/parents "2.0.0"]