GroupId | GroupIdcom.oguzbabaoglu |
---|---|
ArtifactId | ArtifactIdbutterfork-compiler |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
butterfork-compiler-1.0.0.pom | |
butterfork-compiler-1.0.0.jar | 31 KB |
butterfork-compiler-1.0.0-sources.jar | 14 KB |
butterfork-compiler-1.0.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oguzbabaoglu/butterfork-compiler/ -->
<dependency>
<groupId>com.oguzbabaoglu</groupId>
<artifactId>butterfork-compiler</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oguzbabaoglu/butterfork-compiler/
implementation 'com.oguzbabaoglu:butterfork-compiler:1.0.0'
// https://jarcasting.com/artifacts/com.oguzbabaoglu/butterfork-compiler/
implementation ("com.oguzbabaoglu:butterfork-compiler:1.0.0")
'com.oguzbabaoglu:butterfork-compiler:jar:1.0.0'
<dependency org="com.oguzbabaoglu" name="butterfork-compiler" rev="1.0.0">
<artifact name="butterfork-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oguzbabaoglu', module='butterfork-compiler', version='1.0.0')
)
libraryDependencies += "com.oguzbabaoglu" % "butterfork-compiler" % "1.0.0"
[com.oguzbabaoglu/butterfork-compiler "1.0.0"]