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