License |
License |
---|---|
GroupId | GroupIdorg.ogema.tools |
ArtifactId | ArtifactIdogema-tools |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOGEMA Tools
OGEMA is an OSGi based software framework for energy management and building automation systems
|
Filename | Size |
---|---|
ogema-tools-2.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ogema.tools/ogema-tools/ -->
<dependency>
<groupId>org.ogema.tools</groupId>
<artifactId>ogema-tools</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ogema.tools/ogema-tools/
implementation 'org.ogema.tools:ogema-tools:2.2.1'
// https://jarcasting.com/artifacts/org.ogema.tools/ogema-tools/
implementation ("org.ogema.tools:ogema-tools:2.2.1")
'org.ogema.tools:ogema-tools:pom:2.2.1'
<dependency org="org.ogema.tools" name="ogema-tools" rev="2.2.1">
<artifact name="ogema-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ogema.tools', module='ogema-tools', version='2.2.1')
)
libraryDependencies += "org.ogema.tools" % "ogema-tools" % "2.2.1"
[org.ogema.tools/ogema-tools "2.2.1"]