is not current version
Last Version 1.0.5

com.gitlab.jhonsapp:bootstrap-object 1.0.3

A bunch of classes that help developers building their domain object classes.

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

bootstrap-object
Version

Version

1.0.3
Type

Type

jar

Download bootstrap-object 1.0.3


<!-- https://jarcasting.com/artifacts/com.gitlab.jhonsapp/bootstrap-object/ -->
<dependency>
    <groupId>com.gitlab.jhonsapp</groupId>
    <artifactId>bootstrap-object</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/bootstrap-object/
implementation 'com.gitlab.jhonsapp:bootstrap-object:1.0.3'
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/bootstrap-object/
implementation ("com.gitlab.jhonsapp:bootstrap-object:1.0.3")
'com.gitlab.jhonsapp:bootstrap-object:jar:1.0.3'
<dependency org="com.gitlab.jhonsapp" name="bootstrap-object" rev="1.0.3">
  <artifact name="bootstrap-object" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.jhonsapp', module='bootstrap-object', version='1.0.3')
)
libraryDependencies += "com.gitlab.jhonsapp" % "bootstrap-object" % "1.0.3"
[com.gitlab.jhonsapp/bootstrap-object "1.0.3"]