| GroupId | GroupIdorg.oxerr |
|---|---|
| ArtifactId | ArtifactIdoxerr-parent |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| oxerr-parent-1.1.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.oxerr/oxerr-parent/ -->
<dependency>
<groupId>org.oxerr</groupId>
<artifactId>oxerr-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr/oxerr-parent/
implementation 'org.oxerr:oxerr-parent:1.1.0'
// https://jarcasting.com/artifacts/org.oxerr/oxerr-parent/
implementation ("org.oxerr:oxerr-parent:1.1.0")
'org.oxerr:oxerr-parent:pom:1.1.0'
<dependency org="org.oxerr" name="oxerr-parent" rev="1.1.0">
<artifact name="oxerr-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.oxerr', module='oxerr-parent', version='1.1.0')
)
libraryDependencies += "org.oxerr" % "oxerr-parent" % "1.1.0"
[org.oxerr/oxerr-parent "1.1.0"]