GroupId | GroupIdorg.ligoj.bootstrap |
---|---|
ArtifactId | ArtifactIdbootstrap-web-test |
Version | Version2.7.2 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-web-test-2.7.2.pom | |
bootstrap-web-test-2.7.2.jar | 21 KB |
bootstrap-web-test-2.7.2-test-sources.jar | 11 KB |
bootstrap-web-test-2.7.2-sources.jar | 13 KB |
bootstrap-web-test-2.7.2-javadoc.jar | 406 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.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-web-test/
implementation 'org.ligoj.bootstrap:bootstrap-web-test:2.7.2'
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-web-test/
implementation ("org.ligoj.bootstrap:bootstrap-web-test:2.7.2")
'org.ligoj.bootstrap:bootstrap-web-test:jar:2.7.2'
<dependency org="org.ligoj.bootstrap" name="bootstrap-web-test" rev="2.7.2">
<artifact name="bootstrap-web-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.bootstrap', module='bootstrap-web-test', version='2.7.2')
)
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-web-test" % "2.7.2"
[org.ligoj.bootstrap/bootstrap-web-test "2.7.2"]