| GroupId | GroupIdcom.purej |
|---|---|
| ArtifactId | ArtifactIdpurej-cfg |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| purej-cfg-1.0.pom | |
| purej-cfg-1.0.jar | 8 KB |
| purej-cfg-1.0-sources.jar | 5 KB |
| purej-cfg-1.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.purej/purej-cfg/ -->
<dependency>
<groupId>com.purej</groupId>
<artifactId>purej-cfg</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.purej/purej-cfg/
implementation 'com.purej:purej-cfg:1.0'
// https://jarcasting.com/artifacts/com.purej/purej-cfg/
implementation ("com.purej:purej-cfg:1.0")
'com.purej:purej-cfg:jar:1.0'
<dependency org="com.purej" name="purej-cfg" rev="1.0">
<artifact name="purej-cfg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.purej', module='purej-cfg', version='1.0')
)
libraryDependencies += "com.purej" % "purej-cfg" % "1.0"
[com.purej/purej-cfg "1.0"]