Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdat.porscheinformatik.weblate |
ArtifactId | ArtifactIdweblate-spring |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
weblate-spring-0.3.0.pom | |
weblate-spring-0.3.0.jar | 10 KB |
weblate-spring-0.3.0-sources.jar | 7 KB |
weblate-spring-0.3.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.porscheinformatik.weblate/weblate-spring/ -->
<dependency>
<groupId>at.porscheinformatik.weblate</groupId>
<artifactId>weblate-spring</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.porscheinformatik.weblate/weblate-spring/
implementation 'at.porscheinformatik.weblate:weblate-spring:0.3.0'
// https://jarcasting.com/artifacts/at.porscheinformatik.weblate/weblate-spring/
implementation ("at.porscheinformatik.weblate:weblate-spring:0.3.0")
'at.porscheinformatik.weblate:weblate-spring:jar:0.3.0'
<dependency org="at.porscheinformatik.weblate" name="weblate-spring" rev="0.3.0">
<artifact name="weblate-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.porscheinformatik.weblate', module='weblate-spring', version='0.3.0')
)
libraryDependencies += "at.porscheinformatik.weblate" % "weblate-spring" % "0.3.0"
[at.porscheinformatik.weblate/weblate-spring "0.3.0"]