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