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