GroupId | GroupIdcom.seanshubin.devon |
---|---|
ArtifactId | ArtifactIddevon-rules |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
devon-rules-1.1.pom | |
devon-rules-1.1.jar | 49 KB |
devon-rules-1.1-test-sources.jar | 2 KB |
devon-rules-1.1-sources.jar | 7 KB |
devon-rules-1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seanshubin.devon/devon-rules/ -->
<dependency>
<groupId>com.seanshubin.devon</groupId>
<artifactId>devon-rules</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.devon/devon-rules/
implementation 'com.seanshubin.devon:devon-rules:1.1'
// https://jarcasting.com/artifacts/com.seanshubin.devon/devon-rules/
implementation ("com.seanshubin.devon:devon-rules:1.1")
'com.seanshubin.devon:devon-rules:jar:1.1'
<dependency org="com.seanshubin.devon" name="devon-rules" rev="1.1">
<artifact name="devon-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.devon', module='devon-rules', version='1.1')
)
libraryDependencies += "com.seanshubin.devon" % "devon-rules" % "1.1"
[com.seanshubin.devon/devon-rules "1.1"]