GroupId | GroupIdcom.github.lontime |
---|---|
ArtifactId | ArtifactIdextbeans-library |
Version | Version1.0.0-M13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lontime/extbeans-library/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>extbeans-library</artifactId>
<version>1.0.0-M13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/extbeans-library/
implementation 'com.github.lontime:extbeans-library:1.0.0-M13'
// https://jarcasting.com/artifacts/com.github.lontime/extbeans-library/
implementation ("com.github.lontime:extbeans-library:1.0.0-M13")
'com.github.lontime:extbeans-library:jar:1.0.0-M13'
<dependency org="com.github.lontime" name="extbeans-library" rev="1.0.0-M13">
<artifact name="extbeans-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='extbeans-library', version='1.0.0-M13')
)
libraryDependencies += "com.github.lontime" % "extbeans-library" % "1.0.0-M13"
[com.github.lontime/extbeans-library "1.0.0-M13"]