is not current version
Last Version 0.22

com.highwise:weby 0.1

A simple spring mvc + hibernate project archetype

GroupId

GroupId

com.highwise
ArtifactId

ArtifactId

weby
Version

Version

0.1
Type

Type

jar

Download weby 0.1

Filename Size
weby-0.1.pom
weby-0.1.jar 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.highwise/weby/ -->
<dependency>
    <groupId>com.highwise</groupId>
    <artifactId>weby</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.highwise/weby/
implementation 'com.highwise:weby:0.1'
// https://jarcasting.com/artifacts/com.highwise/weby/
implementation ("com.highwise:weby:0.1")
'com.highwise:weby:jar:0.1'
<dependency org="com.highwise" name="weby" rev="0.1">
  <artifact name="weby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.highwise', module='weby', version='0.1')
)
libraryDependencies += "com.highwise" % "weby" % "0.1"
[com.highwise/weby "0.1"]