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