GroupId | GroupIdcom.github.sdp-tech-nj |
---|---|
ArtifactId | ArtifactIdsdp-custom-dev-plugins |
Version | Version2.3.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sdp-tech-nj/sdp-custom-dev-plugins/ -->
<dependency>
<groupId>com.github.sdp-tech-nj</groupId>
<artifactId>sdp-custom-dev-plugins</artifactId>
<version>2.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdp-tech-nj/sdp-custom-dev-plugins/
implementation 'com.github.sdp-tech-nj:sdp-custom-dev-plugins:2.3.10'
// https://jarcasting.com/artifacts/com.github.sdp-tech-nj/sdp-custom-dev-plugins/
implementation ("com.github.sdp-tech-nj:sdp-custom-dev-plugins:2.3.10")
'com.github.sdp-tech-nj:sdp-custom-dev-plugins:jar:2.3.10'
<dependency org="com.github.sdp-tech-nj" name="sdp-custom-dev-plugins" rev="2.3.10">
<artifact name="sdp-custom-dev-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sdp-tech-nj', module='sdp-custom-dev-plugins', version='2.3.10')
)
libraryDependencies += "com.github.sdp-tech-nj" % "sdp-custom-dev-plugins" % "2.3.10"
[com.github.sdp-tech-nj/sdp-custom-dev-plugins "2.3.10"]