GroupId | GroupIdpl.matisoft |
---|---|
ArtifactId | ArtifactIdspring-soy-view-example |
Version | Version1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/pl.matisoft/spring-soy-view-example/ -->
<dependency>
<groupId>pl.matisoft</groupId>
<artifactId>spring-soy-view-example</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/pl.matisoft/spring-soy-view-example/
implementation 'pl.matisoft:spring-soy-view-example:1.0'
// https://jarcasting.com/artifacts/pl.matisoft/spring-soy-view-example/
implementation ("pl.matisoft:spring-soy-view-example:1.0")
'pl.matisoft:spring-soy-view-example:war:1.0'
<dependency org="pl.matisoft" name="spring-soy-view-example" rev="1.0">
<artifact name="spring-soy-view-example" type="war" />
</dependency>
@Grapes(
@Grab(group='pl.matisoft', module='spring-soy-view-example', version='1.0')
)
libraryDependencies += "pl.matisoft" % "spring-soy-view-example" % "1.0"
[pl.matisoft/spring-soy-view-example "1.0"]