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