Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdboilerplate-api-web |
Version | Version2.1.0-48 |
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.1.0-48</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/boilerplate-api-web/
implementation 'com.github.cafdataprocessing:boilerplate-api-web:2.1.0-48'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/boilerplate-api-web/
implementation ("com.github.cafdataprocessing:boilerplate-api-web:2.1.0-48")
'com.github.cafdataprocessing:boilerplate-api-web:war:2.1.0-48'
<dependency org="com.github.cafdataprocessing" name="boilerplate-api-web" rev="2.1.0-48">
<artifact name="boilerplate-api-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='boilerplate-api-web', version='2.1.0-48')
)
libraryDependencies += "com.github.cafdataprocessing" % "boilerplate-api-web" % "2.1.0-48"
[com.github.cafdataprocessing/boilerplate-api-web "2.1.0-48"]