License |
License |
---|---|
GroupId | GroupIdde.schlichtherle.truecommons |
ArtifactId | ArtifactIdtruecommons |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionTrueCommons
Common components for True* open source projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
truecommons-1.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.schlichtherle.truecommons/truecommons/ -->
<dependency>
<groupId>de.schlichtherle.truecommons</groupId>
<artifactId>truecommons</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truecommons/truecommons/
implementation 'de.schlichtherle.truecommons:truecommons:1.0'
// https://jarcasting.com/artifacts/de.schlichtherle.truecommons/truecommons/
implementation ("de.schlichtherle.truecommons:truecommons:1.0")
'de.schlichtherle.truecommons:truecommons:pom:1.0'
<dependency org="de.schlichtherle.truecommons" name="truecommons" rev="1.0">
<artifact name="truecommons" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truecommons', module='truecommons', version='1.0')
)
libraryDependencies += "de.schlichtherle.truecommons" % "truecommons" % "1.0"
[de.schlichtherle.truecommons/truecommons "1.0"]