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