GroupId | GroupIdcom.github.lontime |
---|---|
ArtifactId | ArtifactIdextcopper-library |
Version | Version1.0.0-M16 |
Type | Typejar |
Filename | Size |
---|---|
extcopper-library-1.0.0-M16.pom | |
extcopper-library-1.0.0-M16.jar | 73 KB |
extcopper-library-1.0.0-M16-sources.jar | 37 KB |
extcopper-library-1.0.0-M16-javadoc.jar | 209 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/extcopper-library/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>extcopper-library</artifactId>
<version>1.0.0-M16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/extcopper-library/
implementation 'com.github.lontime:extcopper-library:1.0.0-M16'
// https://jarcasting.com/artifacts/com.github.lontime/extcopper-library/
implementation ("com.github.lontime:extcopper-library:1.0.0-M16")
'com.github.lontime:extcopper-library:jar:1.0.0-M16'
<dependency org="com.github.lontime" name="extcopper-library" rev="1.0.0-M16">
<artifact name="extcopper-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='extcopper-library', version='1.0.0-M16')
)
libraryDependencies += "com.github.lontime" % "extcopper-library" % "1.0.0-M16"
[com.github.lontime/extcopper-library "1.0.0-M16"]