GroupId | GroupIdcom.aggrepoint.framework |
---|---|
ArtifactId | ArtifactIdwinlet |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
winlet-0.5.0.pom | |
winlet-0.5.0.jar | 285 KB |
winlet-0.5.0-sources.jar | 177 KB |
winlet-0.5.0-javadoc.jar | 1019 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/ -->
<dependency>
<groupId>com.aggrepoint.framework</groupId>
<artifactId>winlet</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation 'com.aggrepoint.framework:winlet:0.5.0'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation ("com.aggrepoint.framework:winlet:0.5.0")
'com.aggrepoint.framework:winlet:jar:0.5.0'
<dependency org="com.aggrepoint.framework" name="winlet" rev="0.5.0">
<artifact name="winlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='winlet', version='0.5.0')
)
libraryDependencies += "com.aggrepoint.framework" % "winlet" % "0.5.0"
[com.aggrepoint.framework/winlet "0.5.0"]