| License |
License |
|---|---|
| GroupId | GroupIdcom.orctom.laputa |
| ArtifactId | ArtifactIdlaputa |
| Version | Version0.3 |
| Type | Typejar |
| Description |
DescriptionA microservice framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| laputa-0.3.pom | 1 KB |
| laputa-0.3-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.orctom.laputa/laputa/ -->
<dependency>
<groupId>com.orctom.laputa</groupId>
<artifactId>laputa</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.orctom.laputa/laputa/
implementation 'com.orctom.laputa:laputa:0.3'
// https://jarcasting.com/artifacts/com.orctom.laputa/laputa/
implementation ("com.orctom.laputa:laputa:0.3")
'com.orctom.laputa:laputa:jar:0.3'
<dependency org="com.orctom.laputa" name="laputa" rev="0.3">
<artifact name="laputa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orctom.laputa', module='laputa', version='0.3')
)
libraryDependencies += "com.orctom.laputa" % "laputa" % "0.3"
[com.orctom.laputa/laputa "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |