Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opencrx |
ArtifactId | ArtifactIdopencrx-core-config |
Version | Version4.3.0 |
Type | Typejar |
Filename | Size |
---|---|
opencrx-core-config-4.3.0.pom | |
opencrx-core-config-4.3.0.jar | 15 MB |
opencrx-core-config-4.3.0-sources.jar | 130 bytes |
opencrx-core-config-4.3.0-javadoc.jar | 137 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencrx/opencrx-core-config/ -->
<dependency>
<groupId>org.opencrx</groupId>
<artifactId>opencrx-core-config</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencrx/opencrx-core-config/
implementation 'org.opencrx:opencrx-core-config:4.3.0'
// https://jarcasting.com/artifacts/org.opencrx/opencrx-core-config/
implementation ("org.opencrx:opencrx-core-config:4.3.0")
'org.opencrx:opencrx-core-config:jar:4.3.0'
<dependency org="org.opencrx" name="opencrx-core-config" rev="4.3.0">
<artifact name="opencrx-core-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencrx', module='opencrx-core-config', version='4.3.0')
)
libraryDependencies += "org.opencrx" % "opencrx-core-config" % "4.3.0"
[org.opencrx/opencrx-core-config "4.3.0"]