License |
License |
---|---|
GroupId | GroupIdorg.openmdx |
ArtifactId | ArtifactIdopenmdx-base |
Version | Version2.17.9 |
Type | Typejar |
Description |
Descriptionopenmdx-base
openMDX/Base Library
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
openmdx-base-2.17.9.pom | |
openmdx-base-2.17.9.jar | 3 MB |
openmdx-base-2.17.9-sources.jar | 3 MB |
openmdx-base-2.17.9-javadoc.jar | 146 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openmdx/openmdx-base/ -->
<dependency>
<groupId>org.openmdx</groupId>
<artifactId>openmdx-base</artifactId>
<version>2.17.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmdx/openmdx-base/
implementation 'org.openmdx:openmdx-base:2.17.9'
// https://jarcasting.com/artifacts/org.openmdx/openmdx-base/
implementation ("org.openmdx:openmdx-base:2.17.9")
'org.openmdx:openmdx-base:jar:2.17.9'
<dependency org="org.openmdx" name="openmdx-base" rev="2.17.9">
<artifact name="openmdx-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmdx', module='openmdx-base', version='2.17.9')
)
libraryDependencies += "org.openmdx" % "openmdx-base" % "2.17.9"
[org.openmdx/openmdx-base "2.17.9"]