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