License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.corda.plugins |
ArtifactId | ArtifactIdflask |
Last Version | Last Version6.0.0-DevPreview |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionflask
Packages an application as an executable jar of jars.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flask-6.0.0-DevPreview.pom | |
flask-6.0.0-DevPreview.jar | 103 KB |
flask-6.0.0-DevPreview-sources.jar | 7 KB |
flask-6.0.0-DevPreview-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.corda.plugins/flask/ -->
<dependency>
<groupId>net.corda.plugins</groupId>
<artifactId>flask</artifactId>
<version>6.0.0-DevPreview</version>
</dependency>
// https://jarcasting.com/artifacts/net.corda.plugins/flask/
implementation 'net.corda.plugins:flask:6.0.0-DevPreview'
// https://jarcasting.com/artifacts/net.corda.plugins/flask/
implementation ("net.corda.plugins:flask:6.0.0-DevPreview")
'net.corda.plugins:flask:jar:6.0.0-DevPreview'
<dependency org="net.corda.plugins" name="flask" rev="6.0.0-DevPreview">
<artifact name="flask" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.corda.plugins', module='flask', version='6.0.0-DevPreview')
)
libraryDependencies += "net.corda.plugins" % "flask" % "6.0.0-DevPreview"
[net.corda.plugins/flask "6.0.0-DevPreview"]