GroupId | GroupIdcom.sandflow |
---|---|
ArtifactId | ArtifactIdregxmllib |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
regxmllib-1.0.0.pom | |
regxmllib-1.0.0.jar | 321 KB |
regxmllib-1.0.0-sources.jar | 136 KB |
regxmllib-1.0.0-javadoc.jar | 575 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sandflow/regxmllib/ -->
<dependency>
<groupId>com.sandflow</groupId>
<artifactId>regxmllib</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sandflow/regxmllib/
implementation 'com.sandflow:regxmllib:1.0.0'
// https://jarcasting.com/artifacts/com.sandflow/regxmllib/
implementation ("com.sandflow:regxmllib:1.0.0")
'com.sandflow:regxmllib:jar:1.0.0'
<dependency org="com.sandflow" name="regxmllib" rev="1.0.0">
<artifact name="regxmllib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sandflow', module='regxmllib', version='1.0.0')
)
libraryDependencies += "com.sandflow" % "regxmllib" % "1.0.0"
[com.sandflow/regxmllib "1.0.0"]