GroupId | GroupIdcom.vaushell |
---|---|
ArtifactId | ArtifactIdpom-library |
Version | Version2 |
Type | Typepom |
Filename | Size |
---|---|
pom-library-2.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaushell/pom-library/ -->
<dependency>
<groupId>com.vaushell</groupId>
<artifactId>pom-library</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaushell/pom-library/
implementation 'com.vaushell:pom-library:2'
// https://jarcasting.com/artifacts/com.vaushell/pom-library/
implementation ("com.vaushell:pom-library:2")
'com.vaushell:pom-library:pom:2'
<dependency org="com.vaushell" name="pom-library" rev="2">
<artifact name="pom-library" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaushell', module='pom-library', version='2')
)
libraryDependencies += "com.vaushell" % "pom-library" % "2"
[com.vaushell/pom-library "2"]