License |
License |
---|---|
GroupId | GroupIdorg.jdmp |
ArtifactId | ArtifactIdjdmp-complete |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdmp-complete
Collection of all available JDMP modules in one meta package
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jdmp-complete-0.3.0.pom | |
jdmp-complete-0.3.0.jar | 8 KB |
jdmp-complete-0.3.0-tests.jar | 5 KB |
jdmp-complete-0.3.0-sources.jar | 5 KB |
jdmp-complete-0.3.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdmp/jdmp-complete/ -->
<dependency>
<groupId>org.jdmp</groupId>
<artifactId>jdmp-complete</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdmp/jdmp-complete/
implementation 'org.jdmp:jdmp-complete:0.3.0'
// https://jarcasting.com/artifacts/org.jdmp/jdmp-complete/
implementation ("org.jdmp:jdmp-complete:0.3.0")
'org.jdmp:jdmp-complete:jar:0.3.0'
<dependency org="org.jdmp" name="jdmp-complete" rev="0.3.0">
<artifact name="jdmp-complete" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdmp', module='jdmp-complete', version='0.3.0')
)
libraryDependencies += "org.jdmp" % "jdmp-complete" % "0.3.0"
[org.jdmp/jdmp-complete "0.3.0"]