org.oiue.service.bytes.string
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.oiue.services.bytes</groupId>
<artifactId>org.oiue.service.bytes.string</artifactId>
<version>1.0.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.oiue.service.bytes.string</artifactId>
<parent>
<groupId>org.oiue.services.bytes</groupId>
<artifactId>parent</artifactId>
<version>1.0.1</version>
</parent>
<packaging>bundle</packaging>
<name>OIUE service for bytes decode encoded string impl </name>
<description>A bundle that bytes decode encoded string service</description>
<properties>
<project.activator>${artifactId}.Activator</project.activator>
</properties>
</project>