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