GroupId | GroupIdio.opencmw |
---|---|
ArtifactId | ArtifactIdconcepts |
Version | Version11.0.0 |
Type | Typejar |
Filename | Size |
---|---|
concepts-11.0.0.pom | |
concepts-11.0.0.jar | 53 KB |
concepts-11.0.0-sources.jar | 23 KB |
concepts-11.0.0-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.opencmw/concepts/ -->
<dependency>
<groupId>io.opencmw</groupId>
<artifactId>concepts</artifactId>
<version>11.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.opencmw/concepts/
implementation 'io.opencmw:concepts:11.0.0'
// https://jarcasting.com/artifacts/io.opencmw/concepts/
implementation ("io.opencmw:concepts:11.0.0")
'io.opencmw:concepts:jar:11.0.0'
<dependency org="io.opencmw" name="concepts" rev="11.0.0">
<artifact name="concepts" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opencmw', module='concepts', version='11.0.0')
)
libraryDependencies += "io.opencmw" % "concepts" % "11.0.0"
[io.opencmw/concepts "11.0.0"]