GroupId | GroupIdcom.github.paulosalonso |
---|---|
ArtifactId | ArtifactIdcrud-api-base |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
crud-api-base-1.0.2.pom | |
crud-api-base-1.0.2.jar | 111 KB |
crud-api-base-1.0.2-sources.jar | 53 KB |
crud-api-base-1.0.2-javadoc.jar | 876 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/ -->
<dependency>
<groupId>com.github.paulosalonso</groupId>
<artifactId>crud-api-base</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation 'com.github.paulosalonso:crud-api-base:1.0.2'
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation ("com.github.paulosalonso:crud-api-base:1.0.2")
'com.github.paulosalonso:crud-api-base:jar:1.0.2'
<dependency org="com.github.paulosalonso" name="crud-api-base" rev="1.0.2">
<artifact name="crud-api-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='crud-api-base', version='1.0.2')
)
libraryDependencies += "com.github.paulosalonso" % "crud-api-base" % "1.0.2"
[com.github.paulosalonso/crud-api-base "1.0.2"]