GroupId | GroupIdorg.ligoj.bootstrap |
---|---|
ArtifactId | ArtifactIdbootstrap-business |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-business-2.0.1.pom | |
bootstrap-business-2.0.1.jar | 173 KB |
bootstrap-business-2.0.1-test-sources.jar | 72 KB |
bootstrap-business-2.0.1-sources.jar | 101 KB |
bootstrap-business-2.0.1-javadoc.jar | 698 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-business/ -->
<dependency>
<groupId>org.ligoj.bootstrap</groupId>
<artifactId>bootstrap-business</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-business/
implementation 'org.ligoj.bootstrap:bootstrap-business:2.0.1'
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-business/
implementation ("org.ligoj.bootstrap:bootstrap-business:2.0.1")
'org.ligoj.bootstrap:bootstrap-business:jar:2.0.1'
<dependency org="org.ligoj.bootstrap" name="bootstrap-business" rev="2.0.1">
<artifact name="bootstrap-business" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.bootstrap', module='bootstrap-business', version='2.0.1')
)
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-business" % "2.0.1"
[org.ligoj.bootstrap/bootstrap-business "2.0.1"]