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