Categories |
CategoriesAnt Build Tools UML Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdcom.github.fluorumlabs |
ArtifactId | ArtifactIdantipatterns |
Version | Version1.0.0-alpha1 |
Type | Typejar |
Filename | Size |
---|---|
antipatterns-1.0.0-alpha1.pom | |
antipatterns-1.0.0-alpha1.jar | 32 KB |
antipatterns-1.0.0-alpha1-sources.jar | 19 KB |
antipatterns-1.0.0-alpha1-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluorumlabs/antipatterns/ -->
<dependency>
<groupId>com.github.fluorumlabs</groupId>
<artifactId>antipatterns</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluorumlabs/antipatterns/
implementation 'com.github.fluorumlabs:antipatterns:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.github.fluorumlabs/antipatterns/
implementation ("com.github.fluorumlabs:antipatterns:1.0.0-alpha1")
'com.github.fluorumlabs:antipatterns:jar:1.0.0-alpha1'
<dependency org="com.github.fluorumlabs" name="antipatterns" rev="1.0.0-alpha1">
<artifact name="antipatterns" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluorumlabs', module='antipatterns', version='1.0.0-alpha1')
)
libraryDependencies += "com.github.fluorumlabs" % "antipatterns" % "1.0.0-alpha1"
[com.github.fluorumlabs/antipatterns "1.0.0-alpha1"]