License |
License |
---|---|
GroupId | GroupIdcom.github.fburato |
ArtifactId | ArtifactIdhighweel-modules-utils |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionutils
Enforce dependencies modules dependencies on Java project
|
<!-- https://jarcasting.com/artifacts/com.github.fburato/highweel-modules-utils/ -->
<dependency>
<groupId>com.github.fburato</groupId>
<artifactId>highweel-modules-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fburato/highweel-modules-utils/
implementation 'com.github.fburato:highweel-modules-utils:1.0.0'
// https://jarcasting.com/artifacts/com.github.fburato/highweel-modules-utils/
implementation ("com.github.fburato:highweel-modules-utils:1.0.0")
'com.github.fburato:highweel-modules-utils:jar:1.0.0'
<dependency org="com.github.fburato" name="highweel-modules-utils" rev="1.0.0">
<artifact name="highweel-modules-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fburato', module='highweel-modules-utils', version='1.0.0')
)
libraryDependencies += "com.github.fburato" % "highweel-modules-utils" % "1.0.0"
[com.github.fburato/highweel-modules-utils "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.0 |
org.easytesting : fest-assert-core | jar | 2.0M7 |