License |
License |
---|---|
Categories |
CategoriesBuild Tools |
GroupId | GroupIdorg.mycontroller |
ArtifactId | ArtifactIdmycontroller-build-tools |
Version | Version1 |
Type | Typejar |
Description |
DescriptionMyController Build Tools
Contains the Checkstyle configuration for MyController projects
|
Filename | Size |
---|---|
mycontroller-build-tools-1.pom | |
mycontroller-build-tools-1.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools/ -->
<dependency>
<groupId>org.mycontroller</groupId>
<artifactId>mycontroller-build-tools</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools/
implementation 'org.mycontroller:mycontroller-build-tools:1'
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools/
implementation ("org.mycontroller:mycontroller-build-tools:1")
'org.mycontroller:mycontroller-build-tools:jar:1'
<dependency org="org.mycontroller" name="mycontroller-build-tools" rev="1">
<artifact name="mycontroller-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycontroller', module='mycontroller-build-tools', version='1')
)
libraryDependencies += "org.mycontroller" % "mycontroller-build-tools" % "1"
[org.mycontroller/mycontroller-build-tools "1"]