GroupId | GroupIdcom.github.bdqfork |
---|---|
ArtifactId | ArtifactIdfestival-core |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
festival-core-0.3.pom | |
festival-core-0.3.jar | 53 KB |
festival-core-0.3-sources.jar | 31 KB |
festival-core-0.3-javadoc.jar | 299 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bdqfork/festival-core/ -->
<dependency>
<groupId>com.github.bdqfork</groupId>
<artifactId>festival-core</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdqfork/festival-core/
implementation 'com.github.bdqfork:festival-core:0.3'
// https://jarcasting.com/artifacts/com.github.bdqfork/festival-core/
implementation ("com.github.bdqfork:festival-core:0.3")
'com.github.bdqfork:festival-core:jar:0.3'
<dependency org="com.github.bdqfork" name="festival-core" rev="0.3">
<artifact name="festival-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdqfork', module='festival-core', version='0.3')
)
libraryDependencies += "com.github.bdqfork" % "festival-core" % "0.3"
[com.github.bdqfork/festival-core "0.3"]