| License |
License |
|---|---|
| GroupId | GroupIdorg.byteio |
| ArtifactId | ArtifactIdbyteio-parent |
| Version | Version1.0 |
| Type | Typepom |
| Description |
DescriptionByteio Project Parent
Byteio maven project parent pom.xml
Includes organization, licenses, SCM
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| byteio-parent-1.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.byteio/byteio-parent/ -->
<dependency>
<groupId>org.byteio</groupId>
<artifactId>byteio-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.byteio/byteio-parent/
implementation 'org.byteio:byteio-parent:1.0'
// https://jarcasting.com/artifacts/org.byteio/byteio-parent/
implementation ("org.byteio:byteio-parent:1.0")
'org.byteio:byteio-parent:pom:1.0'
<dependency org="org.byteio" name="byteio-parent" rev="1.0">
<artifact name="byteio-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.byteio', module='byteio-parent', version='1.0')
)
libraryDependencies += "org.byteio" % "byteio-parent" % "1.0"
[org.byteio/byteio-parent "1.0"]