Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.g-chenning |
ArtifactId | ArtifactIddatasource-wcn |
Version | Version0.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.g-chenning/datasource-wcn/ -->
<dependency>
<groupId>com.github.g-chenning</groupId>
<artifactId>datasource-wcn</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.g-chenning/datasource-wcn/
implementation 'com.github.g-chenning:datasource-wcn:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.g-chenning/datasource-wcn/
implementation ("com.github.g-chenning:datasource-wcn:0.0.2-RELEASE")
'com.github.g-chenning:datasource-wcn:jar:0.0.2-RELEASE'
<dependency org="com.github.g-chenning" name="datasource-wcn" rev="0.0.2-RELEASE">
<artifact name="datasource-wcn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.g-chenning', module='datasource-wcn', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.g-chenning" % "datasource-wcn" % "0.0.2-RELEASE"
[com.github.g-chenning/datasource-wcn "0.0.2-RELEASE"]