License |
License
Eclipse Public License 1.0
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.trajano.project |
ArtifactId | ArtifactIdtrajano-project |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTrajano project
This provides archetypes and project POMs that define version levels of artifacts that are used on an organisation level.
|
Project Organization |
Project OrganizationTrajano |
Filename | Size |
---|---|
trajano-project-1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.trajano.project/trajano-project/ -->
<dependency>
<groupId>net.trajano.project</groupId>
<artifactId>trajano-project</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.project/trajano-project/
implementation 'net.trajano.project:trajano-project:1'
// https://jarcasting.com/artifacts/net.trajano.project/trajano-project/
implementation ("net.trajano.project:trajano-project:1")
'net.trajano.project:trajano-project:pom:1'
<dependency org="net.trajano.project" name="trajano-project" rev="1">
<artifact name="trajano-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.trajano.project', module='trajano-project', version='1')
)
libraryDependencies += "net.trajano.project" % "trajano-project" % "1"
[net.trajano.project/trajano-project "1"]