GroupId | GroupIdcom.brienwheeler.web |
---|---|
ArtifactId | ArtifactIdweb-spring-web |
Version | Version1.05-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.05-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.web/web-spring-web/
implementation 'com.brienwheeler.web:web-spring-web:1.05-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.web/web-spring-web/
implementation ("com.brienwheeler.web:web-spring-web:1.05-RELEASE")
'com.brienwheeler.web:web-spring-web:jar:1.05-RELEASE'
<dependency org="com.brienwheeler.web" name="web-spring-web" rev="1.05-RELEASE">
<artifact name="web-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.web', module='web-spring-web', version='1.05-RELEASE')
)
libraryDependencies += "com.brienwheeler.web" % "web-spring-web" % "1.05-RELEASE"
[com.brienwheeler.web/web-spring-web "1.05-RELEASE"]