GroupId | GroupIdcom.rempl |
---|---|
ArtifactId | ArtifactIdrempl-commons |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
rempl-commons-1.1.1.pom | |
rempl-commons-1.1.1.jar | 3 KB |
rempl-commons-1.1.1-sources.jar | 5 KB |
rempl-commons-1.1.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rempl/rempl-commons/ -->
<dependency>
<groupId>com.rempl</groupId>
<artifactId>rempl-commons</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rempl/rempl-commons/
implementation 'com.rempl:rempl-commons:1.1.1'
// https://jarcasting.com/artifacts/com.rempl/rempl-commons/
implementation ("com.rempl:rempl-commons:1.1.1")
'com.rempl:rempl-commons:jar:1.1.1'
<dependency org="com.rempl" name="rempl-commons" rev="1.1.1">
<artifact name="rempl-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rempl', module='rempl-commons', version='1.1.1')
)
libraryDependencies += "com.rempl" % "rempl-commons" % "1.1.1"
[com.rempl/rempl-commons "1.1.1"]