is not current version
Last Version 2.1.0

com.github.jhonyscamacho:bootstrap-object 2.0.0

A set of components that help developers building their own domain object classes.

GroupId

GroupId

com.github.jhonyscamacho
ArtifactId

ArtifactId

bootstrap-object
Version

Version

2.0.0
Type

Type

jar

Download bootstrap-object 2.0.0


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