GroupId | GroupIdorg.javalite |
---|---|
ArtifactId | ArtifactIdactiveweb-lessc-integration-test |
Version | Version2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.javalite/activeweb-lessc-integration-test/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>activeweb-lessc-integration-test</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/activeweb-lessc-integration-test/
implementation 'org.javalite:activeweb-lessc-integration-test:2.2'
// https://jarcasting.com/artifacts/org.javalite/activeweb-lessc-integration-test/
implementation ("org.javalite:activeweb-lessc-integration-test:2.2")
'org.javalite:activeweb-lessc-integration-test:jar:2.2'
<dependency org="org.javalite" name="activeweb-lessc-integration-test" rev="2.2">
<artifact name="activeweb-lessc-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='activeweb-lessc-integration-test', version='2.2')
)
libraryDependencies += "org.javalite" % "activeweb-lessc-integration-test" % "2.2"
[org.javalite/activeweb-lessc-integration-test "2.2"]