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