GroupId | GroupIdcom.github.paganini2008 |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version2.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
common-2.0-RC1.pom | 694 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/common/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>common</artifactId>
<version>2.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/common/
implementation 'com.github.paganini2008:common:2.0-RC1'
// https://jarcasting.com/artifacts/com.github.paganini2008/common/
implementation ("com.github.paganini2008:common:2.0-RC1")
'com.github.paganini2008:common:pom:2.0-RC1'
<dependency org="com.github.paganini2008" name="common" rev="2.0-RC1">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='common', version='2.0-RC1')
)
libraryDependencies += "com.github.paganini2008" % "common" % "2.0-RC1"
[com.github.paganini2008/common "2.0-RC1"]