GroupId | GroupIdcom.github.tomschi |
---|---|
ArtifactId | ArtifactIdcommons-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
commons-parent-0.1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-parent/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-parent/
implementation 'com.github.tomschi:commons-parent:0.1.0'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-parent/
implementation ("com.github.tomschi:commons-parent:0.1.0")
'com.github.tomschi:commons-parent:pom:0.1.0'
<dependency org="com.github.tomschi" name="commons-parent" rev="0.1.0">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-parent', version='0.1.0')
)
libraryDependencies += "com.github.tomschi" % "commons-parent" % "0.1.0"
[com.github.tomschi/commons-parent "0.1.0"]