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