Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.jun1st |
ArtifactId | ArtifactIdmaster-slave-datasource-starter |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/ -->
<dependency>
<groupId>com.github.jun1st</groupId>
<artifactId>master-slave-datasource-starter</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/
implementation 'com.github.jun1st:master-slave-datasource-starter:0.2.0'
// https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/
implementation ("com.github.jun1st:master-slave-datasource-starter:0.2.0")
'com.github.jun1st:master-slave-datasource-starter:jar:0.2.0'
<dependency org="com.github.jun1st" name="master-slave-datasource-starter" rev="0.2.0">
<artifact name="master-slave-datasource-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jun1st', module='master-slave-datasource-starter', version='0.2.0')
)
libraryDependencies += "com.github.jun1st" % "master-slave-datasource-starter" % "0.2.0"
[com.github.jun1st/master-slave-datasource-starter "0.2.0"]