Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.github.dirkraft.dropwizard |
ArtifactId | ArtifactIddropwizard-file-assets |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dirkraft.dropwizard/dropwizard-file-assets/ -->
<dependency>
<groupId>com.github.dirkraft.dropwizard</groupId>
<artifactId>dropwizard-file-assets</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dirkraft.dropwizard/dropwizard-file-assets/
implementation 'com.github.dirkraft.dropwizard:dropwizard-file-assets:0.0.1'
// https://jarcasting.com/artifacts/com.github.dirkraft.dropwizard/dropwizard-file-assets/
implementation ("com.github.dirkraft.dropwizard:dropwizard-file-assets:0.0.1")
'com.github.dirkraft.dropwizard:dropwizard-file-assets:jar:0.0.1'
<dependency org="com.github.dirkraft.dropwizard" name="dropwizard-file-assets" rev="0.0.1">
<artifact name="dropwizard-file-assets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dirkraft.dropwizard', module='dropwizard-file-assets', version='0.0.1')
)
libraryDependencies += "com.github.dirkraft.dropwizard" % "dropwizard-file-assets" % "0.0.1"
[com.github.dirkraft.dropwizard/dropwizard-file-assets "0.0.1"]