Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opencrx |
ArtifactId | ArtifactIdopencrx-core-config |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
opencrx-core-config-5.0.1.pom | |
opencrx-core-config-5.0.1.jar | 15 MB |
opencrx-core-config-5.0.1-sources.jar | 130 bytes |
opencrx-core-config-5.0.1-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>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencrx/opencrx-core-config/
implementation 'org.opencrx:opencrx-core-config:5.0.1'
// https://jarcasting.com/artifacts/org.opencrx/opencrx-core-config/
implementation ("org.opencrx:opencrx-core-config:5.0.1")
'org.opencrx:opencrx-core-config:jar:5.0.1'
<dependency org="org.opencrx" name="opencrx-core-config" rev="5.0.1">
<artifact name="opencrx-core-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencrx', module='opencrx-core-config', version='5.0.1')
)
libraryDependencies += "org.opencrx" % "opencrx-core-config" % "5.0.1"
[org.opencrx/opencrx-core-config "5.0.1"]