Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdboilerplate-api-web |
Version | Version2.2.0-72 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/boilerplate-api-web/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>boilerplate-api-web</artifactId>
<version>2.2.0-72</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/boilerplate-api-web/
implementation 'com.github.cafdataprocessing:boilerplate-api-web:2.2.0-72'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/boilerplate-api-web/
implementation ("com.github.cafdataprocessing:boilerplate-api-web:2.2.0-72")
'com.github.cafdataprocessing:boilerplate-api-web:war:2.2.0-72'
<dependency org="com.github.cafdataprocessing" name="boilerplate-api-web" rev="2.2.0-72">
<artifact name="boilerplate-api-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='boilerplate-api-web', version='2.2.0-72')
)
libraryDependencies += "com.github.cafdataprocessing" % "boilerplate-api-web" % "2.2.0-72"
[com.github.cafdataprocessing/boilerplate-api-web "2.2.0-72"]